xen: fix stale PVH comment
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 14 Aug 2018 14:03:24 +0000 (16:03 +0200)
committerWei Liu <wei.liu2@citrix.com>
Wed, 15 Aug 2018 09:23:35 +0000 (10:23 +0100)
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
xen/include/public/domctl.h

index 5c3916caaf2a520cf5b2da8a56a20d92e3395d4b..ad95a8e644f57f139a24ea2f0ce6d20be4912ac3 100644 (file)
@@ -49,7 +49,7 @@ struct xen_domctl_createdomain {
     /* IN parameters */
     uint32_t ssidref;
     xen_domain_handle_t handle;
- /* Is this an HVM guest (as opposed to a PVH or PV guest)? */
+ /* Is this an HVM guest (as opposed to a PV guest)? */
 #define _XEN_DOMCTL_CDF_hvm_guest     0
 #define XEN_DOMCTL_CDF_hvm_guest      (1U<<_XEN_DOMCTL_CDF_hvm_guest)
  /* Use hardware-assisted paging if available? */